OtpChallengeResponse

data class OtpChallengeResponse(val url: String)

A response returned if the SDK requires an OTP.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val url: String

A URL containing the state of the current authentication transaction. This should be used in the next redeemOtp or authenticateOtp function.